Makefile-tests.am: make check uses the built binaries
authorGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 14 Jul 2016 11:42:32 +0000 (13:42 +0200)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 14 Jul 2016 13:26:48 +0000 (13:26 +0000)
commit307f4b2957d0416604b1b0f9e74d72fd695c7137
treea7b503648473ffe979e6202521916a31c2e683cc
parentefa1fa65341ac934b2fb78f9b9bc3ce61b38d655
Makefile-tests.am: make check uses the built binaries

The tests suite was failing locally as it was using the installed
version of rofiles-fuse, instead of the built one.  Create the needed
symlinks in tests/ as we are already doing for the "ostree" binary.

ostree-prepare-root and ostree-remount added for completeness.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #395
Approved by: cgwalters
Makefile-tests.am